projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afbc4a8
)
(netrc-parse): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 17 Oct 2002 16:54:57 +0000
(16:54 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 17 Oct 2002 16:54:57 +0000
(16:54 +0000)
lisp/net/netrc.el
patch
|
blob
|
history
diff --git
a/lisp/net/netrc.el
b/lisp/net/netrc.el
index 0310331bba5a0cfbd21a6c0bc54008fefb085e23..8062b4292dcb85cf533ce9c7f65760e908bef0bd 100644
(file)
--- a/
lisp/net/netrc.el
+++ b/
lisp/net/netrc.el
@@
-41,7
+41,7
@@
'line-end-position))
(defun netrc-parse (file)
- "Parse FILE and return a
n
list of all entries in the file."
+ "Parse FILE and return a list of all entries in the file."
(when (file-exists-p file)
(with-temp-buffer
(let ((tokens '("machine" "default" "login"